home *** CD-ROM | disk | FTP | other *** search
/ Ian & Stuart's Australian Mac 1993 September / clonecd / September 93.img / Archives / Decoration / Screensavers / Screen Savers / TwilightZone / source / sndstuff.h < prev    next >
Text File  |  1993-07-17  |  170b  |  7 lines

  1. #ifndef __soundstuff__
  2. #define __soundstuff__
  3.  
  4. OSErr MakeModuleSound(SndChannelPtr *retSndChannel,short soundType);
  5. OSErr DisposeModuleSound(SndChannelPtr sndCh);
  6.  
  7. #endif